home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / wwam.zip / WWSCR.TXT < prev    next >
Text File  |  1993-05-06  |  1KB  |  36 lines

  1. This file describes the script commands supported by CISTERM, WigWam's
  2. comms program.  These commands are intended to be used in the login script,
  3. which is called CIS.SCR.
  4.  
  5. Each line in the file represents a command which is interpreted by CISTERM.
  6. The command is identified by the first letter on each line.  The following
  7. commands are available:
  8.  
  9. w   Wait for a string.  The string immediately follows the 'w'.  Optionally
  10.     two strings may be specified, in which case they are separated by a comma.
  11.     For this reason, a comma may not be specified as a character to wait for.
  12.  
  13. p   Pause for the specified number of tenths of a second, eg p10 will
  14.     pause for one second.
  15.  
  16. s   Transmit the string immediately following the 's'.  Use '\r' for
  17.     CR, '\n' for LF and '\\' for a backslash.
  18.  
  19. h   Hang up the line
  20.  
  21. e   Quit the comms package
  22.  
  23. n   Transmit the CIS user name as defined to WigWam
  24.  
  25. a   Transmit the CIS password as defined to WigWam
  26.  
  27. d   Dial Cix, using the phone number and dial string specified to WW
  28.  
  29. b   Log off CIS, answering any questions appropriately
  30.  
  31. ;   Ignore this line (used to insert comments)
  32.  
  33.  
  34.  
  35.  
  36.